home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Agamik BarCoding / Agamik BarCoder Demo 3.03 / Agamik BarCoder Demo 3.03.rsrc / STR#_4003.txt < prev    next >
Text File  |  1998-05-23  |  173b  |  19 lines

  1. /G { setgray } def
  2.  
  3. /g { setgray } def
  4.  
  5. /f { fill } def
  6.  
  7. /S { stroke } def
  8.  
  9. /m { moveto } def
  10.  
  11. /w { setlinewidth } def
  12.  
  13. /L { lineto } def
  14.  
  15. /l { lineto } def
  16.  
  17. %%EndComments
  18.  
  19.